home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dskut / 1pass21.zip / ONEPASS.DOC < prev   
Text File  |  1993-05-23  |  14KB  |  362 lines

  1.                                                           ISBN 1-878830-03-1
  2.  
  3.    ▓▓▓▓▓                  ░░░░░░
  4.   ▓▓   ▓▓                  ░░  ░░
  5.   ▓▓   ▓▓ ▓▓▓▓▓▓   ▓▓▓▓▓   ░░  ░░  ░░░░░   ░░░░░   ░░░░░    
  6.   ▓▓   ▓▓ ▓▓   ▓▓ ▓▓   ▓▓  ░░░░░       ░░ ░░      ░░        The Single-Pass
  7.   ▓▓   ▓▓ ▓▓   ▓▓ ▓▓▓▓▓▓▓  ░░      ░░░░░░  ░░░░░   ░░░░░    Diskette Copier
  8.   ▓▓   ▓▓ ▓▓   ▓▓ ▓▓       ░░      ░░   ░░      ░░      ░░     v1.60
  9.    ▓▓▓▓▓  ▓▓   ▓▓  ▓▓▓▓▓  ░░░░     ░░░░░░  ░░░░░   ░░░░░
  10.  
  11.  
  12.                      copyright 1990, 1992 by Mike Gaskill
  13.           specification and documentation by Dave Williams
  14.  
  15.  OnePass is a replacement for DOS' "diskcopy" command.  Unlike diskcopy, 
  16. OnePass is not limited to available memory and does not require you to
  17. swap disks.
  18.  
  19.  Features of OnePass are:
  20.  
  21.      ■  Single-pass copying of any standard floppy disk, including 720k,
  22.         1.2Mb, 1.44Mb, and the new 2.88Mb diskettes.
  23.  
  24.      ■  Make multiple copies of the same disk without rereading original.
  25.  
  26.      ■  Save the swap file, archive it, or transfer it over the modem, then
  27.         build an exact copy of the original diskette.
  28.  
  29.      ■  Can swap to hard disk or RAMdisk.
  30.  
  31.      ■  Tested for compatibility under PC-DOS and MS-DOS versions 2.0
  32.         through 5.0, PC-MOS/386 versions 3.2 through 4.12, Digital Research
  33.         DR-DOS 3.40 through 5.01, and JP Software's 4DOS.
  34.  
  35.      ■  Automatic formatting of destination disk. (only if needed)
  36.  
  37.      ■  Suppress head track counter, 'another copy' prompt, completion tone.
  38.  
  39.      ■  New 'another copy' prompt: 'Would you like to make another copy of
  40.         this disk? Y/N' followed by, 'Would you like to make a copy of a
  41.         different disk? Y/N'.
  42.  
  43.  Besides making quick diskcopies without playing the floppy shuffle, OnePass 
  44. is also useful for duplicating software disks.  Diskettes created by OnePass
  45. are identical to the original - boot disks actually boot, etc.
  46.  
  47. Requirements:
  48.  
  49.  OnePass needs 64k of memory, one floppy drive, and a swap drive with enough
  50. space for the swap file plus 2k for additional information stored by OnePass.
  51.  
  52. How OnePass works:
  53.  
  54.  OnePass reads the source diskette at a low level, then builds an exact image 
  55. on the swap drive.  You may save the file or write it back to diskette 
  56. immediately.
  57.  
  58.  PAGE 2    ===========================ONEPASS.DOC===========================
  59.  
  60. Syntax:
  61.         onepass d: [/options]
  62.  
  63. where:  d:         drive to be copied. A or B.
  64.  
  65. options:
  66.        /[d:]       swap drive. This can be any valid DOS drive letter.
  67.                    colon is optional.
  68.  
  69.        /type       force drive to 360, 720, 1.2, or 1.44
  70.                    example: onepass A:/720      (force 720KB disk ID)
  71.                    You won't need this unless your machine's BIOS doesn't
  72.                    properly support drives over 360K.  Valid switches are
  73.                    /360, /720, /1.2, and /1.44.
  74.  
  75.     /!:image.dsk   use this name for OUTPUT image file. Any valid DOS pathname.
  76.  
  77.     /#:image.dsk   use this name for INPUT image file. Any valid DOS pathname.
  78.  
  79.     /&             quiet mode, turns off completion tone
  80.  
  81.     /?             help screen
  82.  
  83. *   /$             skips another copy prompt
  84.  
  85. *   /0:            writes zeros to temporary or saved image file
  86.                    example: onepass a: /0        (zero temp file before delete)
  87.                             onepass /0:infile    (zero a file saved earlier)
  88.  
  89. *   /^             suppress display of head track counter during format.
  90.  
  91. *   /v:            view file contents of a OnePass image file.
  92.                    example: onepass /v:c:\copies\copy1.dsk
  93.                            (displays as a directory, the contents of
  94.                            the OnePass image file 'copy1.dsk',
  95.                            located in the subdirectory 'copies'.
  96.                            If original disk had a label name, the label    
  97.                            is the first entry in the displayed directory.)
  98.  
  99. note:  to allow use of all 26 drive letters for swapping, OnePass uses !, #, 0,
  100.        $, ^  and & to enable other command line parameters.
  101.        OnePass now provides auto formatting. (only when needed)
  102.  
  103.        * Registered version only.
  104.  
  105.  PAGE 3    ===========================ONEPASS.DOC===========================
  106.  
  107. Running OnePass:
  108.  
  109.  Here are some examples of OnePass at work:
  110.  
  111. ONEPASS  A:
  112.         
  113.        copy drive          swap drive     ║  copy A: drive using defaults
  114.        ┌─────────┐         ┌─────────┐    ║
  115.        ╞═══███═══╡   ──>   │hard disk│    ║
  116.        └─────────┘         └─────────┘    ║
  117.         A: 1.44Mb         C: hard disk    ║
  118.  
  119.  
  120. ONEPASS  A:  /E:
  121.  
  122.        copy drive          swap drive     ║  copy A: drive using hard drive E:
  123.        ┌─────────┐         ┌─────────┐    ║  for swapping
  124.        ╞═══███═══╡   ──>   │hard disk│    ║
  125.        └─────────┘         └─────────┘    ║
  126.         A: 1.44Mb         E: hard disk    ║
  127.  
  128. ONEPASS  A:    /720
  129.  
  130.        copy drive          swap drive     ║  forces OnePass to treat A: drive
  131.        ┌─────────┐         ┌─────────┐    ║  as a 720k device. Some clone BIOS
  132.        ╞═══███═══╡   ──>   │hard disk│    ║  have trouble with diskette sizes
  133.        └─────────┘         └─────────┘    ║  larger than 360k. Use only if
  134.         A: 1.2Mb          C: hard disk    ║  needed.
  135.  
  136.  
  137. ONEPASS  B:  /Q:
  138.  
  139.        copy drive          swap drive     ║  copy B: using network drive Q:
  140.        ┌─────────┐         ╔═════════╗    ║  for swapping
  141.        ╞═══███═══╡   ──>   ║ network ║    ║
  142.        └─────────┘         ╚═════════╝    ║
  143.         B: 1.2Mb         Q: network drive ║
  144.  
  145. ONEPASS  A: /B:
  146.  
  147.        copy drive          swap drive     ║  copy 1.2 floppy using 1.44 floppy
  148.        ┌─────────┐         ┌─────────┐    ║  for swapping
  149.        ╞═══███═══╡   ──>   ╞═══███═══╡    ║
  150.        └─────────┘         └─────────┘    ║
  151.         A: 1.2Mb            B: 1.44Mb     ║
  152.  
  153.  
  154.  PAGE 4    ===========================ONEPASS.DOC===========================
  155.  
  156. ONEPASS  A: /F:
  157.  
  158.        copy drive          swap drive     ║  copy 1.2 floppy using RAMdisk
  159.        ┌─────────┐         ╔═════════╗    ║  for swapping
  160.        ╞═══███═══╡   ──>   ║ RAMdisk ║    ║
  161.        └─────────┘         ╚═════════╝    ║
  162.           720k             F: RAMdisk     ║
  163.  
  164.  
  165. ONEPASS  A:   /!:D:\PROGS\DISK.1
  166.  
  167.        copy drive          swap drive     ║  copy A: drive, save swap file as
  168.        ┌─────────┐         ┌─────────┐    ║  DISK.1 in D:\PROGS
  169.        ╞═══███═══╡   ──>   │hard disk│    ║
  170.        └─────────┘         └─────────┘    ║
  171.         A: 1.44Mb         D: hard disk    ║
  172.  
  173.  
  174. ONEPASS  B:   /#:C:\DISK.1
  175.  
  176.        copy drive          swap drive     ║  copy A: drive, use existing swap
  177.        ┌─────────┐         ┌─────────┐    ║  file DISK.1 in default directory
  178.        ╞═══███═══╡   ──>   │hard disk│    ║  of C:
  179.        └─────────┘         └─────────┘    ║
  180.         B: 1.2Mb          C: hard disk    ║
  181.  
  182. ONEPASS  A:   /!:D:\PROGS\DISK.1 /&
  183.  
  184.        copy drive          swap drive     ║  copy A: drive, save swap file as
  185.        ┌─────────┐         ┌─────────┐    ║  DISK.1 in D:\PROGS and turn off
  186.        ╞═══███═══╡   ──>   │hard disk│    ║  tone
  187.        └─────────┘         └─────────┘    ║
  188.         A: 1.44Mb         D: hard disk    ║
  189.  
  190.  
  191. ONEPASS  B:   /#:C:\DISK.1 /$
  192.  
  193.        copy drive          swap drive     ║  copy A: drive, use existing swap
  194.        ┌─────────┐         ┌─────────┐    ║  file DISK.1 in default directory
  195.        ╞═══███═══╡   ──>   │hard disk│    ║  of C: and turn off another copy
  196.        └─────────┘         └─────────┘    ║  prompt.
  197.         B: 1.2Mb          C: hard disk    ║
  198.  
  199. ONEPASS  B:   /#:C:\DISK.1 /^
  200.  
  201.        copy drive          swap drive     ║  copy A: drive, use existing swap
  202.        ┌─────────┐         ┌─────────┐    ║  file DISK.1 in default directory
  203.        ╞═══███═══╡   ──>   │hard disk│    ║  of C: and turn off head track
  204.        └─────────┘         └─────────┘    ║  counter during format.
  205.         B: 1.2Mb          C: hard disk    ║
  206.  
  207.  
  208.  PAGE 5    ===========================ONEPASS.DOC===========================
  209.  
  210. Reg